Fix a problem with disabled mouse movement events.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Aug 2012 18:25:47 +0000 (21:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Aug 2012 18:25:47 +0000 (21:25 +0300)
commitcc5a30307f16faf1d24408292181be09a30f3f42
treee5497004ce3dcffde1a79af0be34ef5d3ffa2e05
parent1822513d44aa23cf6f64ef1e2a496fff2aa93d90
Fix a problem with disabled mouse movement events.

 src/keyboard.c (command_loop_1): Reset ignore_mouse_drag_p flag each
 iteration through the command loop.  Fixes a problem whereby mouse
 movements are ignored until the first mouse click.
src/ChangeLog
src/keyboard.c